 | PdfBorderEffect(PdfTypeBase) Constructor |
Creates a new instance of
PdfBorderEffect and initialize it with specified dictionary
Namespace: Patagames.Pdf.Net.WrappersAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic PdfBorderEffect(
PdfTypeBase dictionary
)
Public Sub New (
dictionary As PdfTypeBase
)
public:
PdfBorderEffect(
PdfTypeBase^ dictionary
)
new :
dictionary : PdfTypeBase -> PdfBorderEffect
public PdfBorderEffect(
PdfTypeBase dictionary
)
Patagames.Pdf.Net.Wrappers.PdfBorderEffect = function(dictionary);
Parameters
- dictionary PdfTypeBase
- The dictionary or indirect dictionary
See Also