Class PdfFileTrailer
Class representing a file trailer.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Pdf
Assembly: TelerikData.dll
Syntax
public class PdfFileTrailer : PdfDictionary, IEnumerable
Remarks
File trailers are described in section 3.4.4 of the PDF specification.
Constructors
PdfFileTrailer()
Declaration
public PdfFileTrailer()
Properties
Encrypt
Id
Info
Prev
Root
Size
XRefOffset
Declaration
public long XRefOffset { get; set; }
Property Value
System.Int64
|