Class PdfFileSpecificationBase
Represents base class for file specification objects.
Namespace: Syncfusion.Pdf.Interactive
Assembly: Syncfusion.Pdf.NET.dll
Syntax
public abstract class PdfFileSpecificationBase : Object, IPdfWrapper
Constructors
PdfFileSpecificationBase(String)
Declaration
public PdfFileSpecificationBase(string fileName)
Parameters
Type | Name | Description |
---|---|---|
System.String | fileName | Name of the file. |
Properties
FileName
Gets or sets the name of the file.
Declaration
public abstract string FileName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The name of the file. |
Methods
FormatFileName(String, Boolean)
Formats file name to Unix format.
Declaration
protected string FormatFileName(string fileName, bool flag)
Parameters
Type | Name | Description |
---|---|---|
System.String | fileName | File name to format. |
System.Boolean | flag | bool value which represents the file path type. |
Returns
Type | Description |
---|---|
System.String | Formatted file name. |
Initialize()
Initializes instance.
Declaration
protected virtual void Initialize()
Save()
Saves an instance.
Declaration
protected abstract void Save()