PdfAttachment
Leave feedback
On this page
Inheritance: java.lang.Object, com.groupdocs.metadata.core.MetadataPackage, com.groupdocs.metadata.core.CustomPackage
public class PdfAttachment extends CustomPackage
Represents an attachment in a PDF document.
Learn more
| Method | Description |
|---|---|
| getName() | Gets the attachment name. |
| getDescription() | Gets the attachment description. |
| getMimeType() | Gets the MIME type of the attachment. |
public final String getName()
Gets the attachment name.
Returns: java.lang.String - The attachment name.
public final String getDescription()
Gets the attachment description.
Returns: java.lang.String - The attachment description.
public final String getMimeType()
Gets the MIME type of the attachment.
Returns: java.lang.String - The MIME type of the attachment.
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.