| PdfPageDictionary Property |
Gets the page's dictionary
Namespace: Patagames.Pdf.NetAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax public PdfTypeDictionary Dictionary { get; }
Public ReadOnly Property Dictionary As PdfTypeDictionary
Get
public:
property PdfTypeDictionary^ Dictionary {
PdfTypeDictionary^ get ();
}
member Dictionary : PdfTypeDictionary with get
/** @property */
public PdfTypeDictionary get_Dictionary()
function get_Dictionary();
Property Value
PdfTypeDictionarySee Also