Specifies the file path type.
Namespace: Spire.Pdf.ActionsAssembly: 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
Member | Value | Description |
---|---|---|
Relative | 0 |
Specifies the file location with out including the domain name.
|
Absolute | 1 |
Specifies the location, including the domain name.
|