| PdfDocumentRoot Property |
Gets the root catalog of the PDF document
Namespace: Patagames.Pdf.NetAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.89.2704
Syntax public PdfTypeDictionary Root { get; }
Public ReadOnly Property Root As PdfTypeDictionary
Get
public:
property PdfTypeDictionary^ Root {
PdfTypeDictionary^ get ();
}
member Root : PdfTypeDictionary with get
/** @property */
public PdfTypeDictionary get_Root()
Property Value
PdfTypeDictionarySee Also