Documents for PDF .NET Edition
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / FileID Class / PermanentID Property

In This Topic
    PermanentID Property
    In This Topic
    Gets or sets 16-byte array defining a permanent identifier based on the contents of the file at the time it was originally created and does not change when the file is incrementally updated.
    Syntax
    'Declaration
     
    Public Property PermanentID As System.Byte()
    public System.byte[] PermanentID {get; set;}
    See Also