menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PdfFileSpecificationBase - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class PdfFileSpecificationBase

    Represents base class for file specification objects.

    Inheritance
    System.Object
    PdfFileSpecificationBase
    PdfEmbeddedFileSpecification
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.Pdf.Interactive
    Assembly: Syncfusion.Pdf.Base.dll
    Syntax
    public abstract class PdfFileSpecificationBase : IPdfWrapper

    Constructors

    PdfFileSpecificationBase(String)

    Declaration
    public PdfFileSpecificationBase(string filePath)
    Parameters
    Type Name Description
    System.String filePath

    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()
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved