| PdfDocumentTrailer Property |
Gets the trailer of the PDF file.
Namespace: Patagames.Pdf.NetAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax public 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
PdfTypeDictionarySee Also