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