Table of Contents

Class PdfFileSpecificationBase

Namespace
Syncfusion.Pdf.Interactive
Assembly
Syncfusion.Pdf.Portable.dll

Represents base class for file specification objects.

public abstract class PdfFileSpecificationBase
Inheritance
PdfFileSpecificationBase
Derived
Inherited Members

Constructors

PdfFileSpecificationBase(string)

public PdfFileSpecificationBase(string fileName)

Parameters

fileName string

Name of the file.

Properties

FileName

Gets or sets the name of the file.

public abstract string FileName { get; set; }

Property Value

string

The name of the file.

Methods

FormatFileName(string, bool)

Formats file name to Unix format.

protected string FormatFileName(string fileName, bool flag)

Parameters

fileName string

File name to format.

flag bool

bool value which represents the file path type.

Returns

string

Formatted file name.

Initialize()

Initializes instance.

protected virtual void Initialize()

Save()

Saves an instance.

protected abstract void Save()