 | PdfDocumentInfo Property |
Gets the document’s information dictionary
Namespace: Patagames.Pdf.NetAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.111.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
PdfTypeDictionary
See Also