Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / GcPdfDocument Class / FileID Property

In This Topic
    FileID Property (GcPdfDocument)
    In This Topic
    Gets or sets the FileID object defining ID of this PDF document. Note that this ID is automatically updated if the Clear method is called.
    Syntax
    'Declaration
     
    Public Property FileID As FileID
    public FileID FileID {get; set;}
    See Also