com.spire.pdf.general
Class PdfFileSpecificationBase
java.lang.Object
com.spire.pdf.general.PdfFileSpecificationBase
- All Implemented Interfaces:
- IPdfWrapper
- Direct Known Subclasses:
- PdfEmbeddedFileSpecification
public abstract class PdfFileSpecificationBase
- extends java.lang.Object
- implements IPdfWrapper
Represents base class for file specification objects.
PdfFileSpecificationBase
public PdfFileSpecificationBase(java.lang.String fileName)
- Initializes a new instance of the class.
- Parameters:
fileName
- Name of the file.
getDictionary
public PdfDictionary getDictionary()
- Gets the dictionary.