 | PdfDocumentTrailer Property |
Gets the trailer of the PDF file.
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 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
Type:
PdfTypeDictionary
See Also