 | PdfDocumentInfo Property |
Gets the document’s information dictionary
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 Info { get; }
Public ReadOnly Property Info As PdfTypeDictionary
Get
public:
property PdfTypeDictionary^ Info {
PdfTypeDictionary^ get ();
}
member Info : PdfTypeDictionary with get
/** @property */
public PdfTypeDictionary get_Info()
Property Value
Type:
PdfTypeDictionary
See Also