Specifies the file path type.
Namespace: Spire.Pdf.ActionsAssembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)
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.
|