JpegToPdfEncoder Class |
Namespace: Atalasoft.Imaging.Codec.Pdf
The JpegToPdfEncoder type exposes the following members.
| Name | Description | |
|---|---|---|
| JpegToPdfEncoder |
Constructs a new JpegToPdfEncoder object.
|
| Name | Description | |
|---|---|---|
| BookmarkTree |
Sets or gets a tree of Bookmarks to set for the PDF document created by the Save(Stream, IEnumerableStream) method.
| |
| CreateSelfPrintingPdf |
Gets or sets a boolean indicating if the output PDF file should be
self-printing
| |
| EncryptMetadata |
Sets or gets a boolean indicating that metadata should be encrypted.
Default is false.
| |
| ErrorRecovery |
Sets or gets how to recover from errors.
| |
| Metadata |
Gets or sets the metadata information used for this PDF.
| |
| OwnerPassword | Obsolete.
Sets or gets an owner password to use for the document. Default value is
null (no password).
| |
| PageBorder |
Gets or sets the amount of border space around the image in PDF Page Units.
| |
| PageSize |
Gets or sets the size of the PDF pages in PDF Page Units.
| |
| Permissions | ||
| SelfPrintingShowsPrintOptions |
When set to true, self-printing shows the print options dialog.
| |
| SelfPrintingShrinksToFitPage |
When set to true, self-printing adjusts the content to fit the page size.
| |
| SizeMode |
Gets or sets the page size mode for this PDF.
| |
| UserPassword | Obsolete.
Sets or gets a user password to use for the document. Default value is null
(no password).
| |
| Xmp |
Metadata in the Adobe XMP format
|
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| OnJpegAquired |
Fires the JpegAcquired event
| |
| Save(Stream, IEnumerableStream) |
Saves the set of JPEG images into a single multipage PDF document.
| |
| Save(Stream, Stream) |
Save the single JPEG image into a single page PDF document.
| |
| Save(Stream, IEnumerableStream, SecureString, SecureString) |
Saves the set of JPEG images into a single multipage PDF document.
| |
| Save(Stream, Stream, SecureString, SecureString) |
Save the single JPEG image into a single page PDF document.
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| JpegAquired |
This event is used to indicate that a JPEG image has been acquired and is
ready to be embedded within a PDF.
|