Specifies the file path type.

Namespace: Spire.Pdf.Actions
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 6.2.6.0 (6.2.6.2020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public enum PdfFilePathType
Public Enumeration PdfFilePathType
public enum class PdfFilePathType
type PdfFilePathType

Members

MemberValueDescription
Relative0
Specifies the file location with out including the domain name.
Absolute1
Specifies the location, including the domain name.

See Also