 | PdfDocumentTrailer Property |
Gets the trailer of the PDF file.
Namespace: Patagames.Pdf.NetAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 5.1.3
Syntaxpublic PdfTypeDictionary Trailer { get; }Public ReadOnly Property Trailer As PdfTypeDictionary
Get
public:
property PdfTypeDictionary^ Trailer {
PdfTypeDictionary^ get ();
}member Trailer : PdfTypeDictionary with get
/** @property */
public PdfTypeDictionary get_Trailer()
Property Value
PdfTypeDictionary
See Also