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, getPageNumberclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetExtension, getObjectData, getPageNumberpublic 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.ExceptionCopyright © 2024. All rights reserved.