Click or drag to resize

PdfFileSpecificationIsVolatile Property

(Optional; PDF 1.2) A flag indicating whether the file referenced by the file specification is volatile (changes frequently with time). If the value is , applications shall not cache a copy of the file. For example, a movie annotation referencing a URL to a live video camera could set this flag to to notify the conforming reader that it should re-acquire the movie each time it is played.

Default value: .


Namespace: SautinSoft.Pdf
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2024.8.8
Syntax
public bool IsVolatile { get; set; }

Property Value

Boolean
A flag indicating whether the file referenced by the file specification is volatile (changes frequently with time).
See Also