Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / FileSpecification Class / ID Property

In This Topic
    ID Property (FileSpecification)
    In This Topic
    Gets or sets the FileID object specifying the ID of the referenced file.
    Syntax
    'Declaration
     
    Public Property ID As FileID
    public FileID ID {get; set;}
    Remarks
    This property improves an application’s chances of finding the intended file and allows it to warn the user if the file has changed since the link was made.
    See Also