Click or drag to resize

PdfFileSpecificationIsUrl Property

Gets or sets a value indicating whether the URL file system shall be used to interpret this file specification.

When the IsUrl property in a PdfFileSpecification has the value , the value of the Name property in that PdfFileSpecification is not a file specification string, but a uniform resource locator (URL) of the form defined in Internet RFC 3986, Uniform Resource Locators.

Default value: .


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

Property Value

Boolean
if the URL file system shall be used to interpret this file specification; otherwise, .
Remarks
The URL shall adhere to the character-encoding requirements specified in RFC 3986. Because 7-bit U.S. ASCII is a strict subset of PDFDoc, this value shall also be considered to be in that encoding.
See Also