public class PdfAttachmentOptions extends ImportDocumentOptions implements IPdfAttachmentOptions
Provides options to attach the embedded object to Pdf.
Constructor and Description |
---|
PdfAttachmentOptions(byte[] objectData,
String extension)
Initializes a new instance of the
PdfAttachmentOptions class. |
PdfAttachmentOptions(String filePath)
Initializes a new instance of the
PdfAttachmentOptions class. |
getExtension, getImageData, getObjectData, getPageNumber
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getExtension, getObjectData, getPageNumber
public PdfAttachmentOptions(byte[] objectData, String extension)
Initializes a new instance of the PdfAttachmentOptions
class.
objectData
- The data of the embedded object.extension
- The extension of the embedded object.public PdfAttachmentOptions(String filePath) throws Exception
Initializes a new instance of the PdfAttachmentOptions
class.
filePath
- The file path of the embedded object.Exception