Click or drag to resize

PdfFilePathType Enumeration

Specifies the file path type.

Namespace: Spire.Pdf.Actions
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public enum PdfFilePathType
Members
Member name Value Description
Relative 0 Specifies the file location with out including the domain name.
Absolute 1 Specifies the location, including the domain name.
See Also