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

In This Topic
    Volatile Property
    In This Topic
    Gets or sets a value indicating whether the file referenced by the file specification is volatile (changes frequently with time). If the value is true, applications should never cache a copy of the file.
    Syntax
    'Declaration
     
    Public Property Volatile As System.Boolean
    public System.bool Volatile {get; set;}
    See Also