 | PdfDocumentRoot Property |
Gets the root catalog of the PDF document
Namespace:
Patagames.Pdf.Net
Assemblies:
Patagames.Pdf.Xamarin.iOS (in Patagames.Pdf.Xamarin.iOS.dll) Version: 4.84.2704
Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.84.2704
Syntaxpublic 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
Type:
PdfTypeDictionary
See Also