DocumentOptimizer Methods
Free Trial Web API version Licensing Request A Quote
HAVE QUESTIONS OR NEED HELP?SUBMIT THE SUPPORT REQUEST FORM or write email toSUPPORT@BYTESCOUT.COM
The DocumentOptimizer type exposes the following members.
Methods
Name | Description | |
---|---|---|
Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
OptimizeDocument(Stream, Stream) | Optimizes PDF document with default options. | |
OptimizeDocument(String, String) | Optimizes PDF document with default options. | |
OptimizeDocument(Stream, Stream, OptimizationOptions) | Optimizes PDF document. | |
OptimizeDocument(String, String, OptimizationOptions) | Optimizes PDF document. | |
OptimizeDocumentToVariant(Object) | Optimizes PDF document with default options and returns the result PDF document as array of bytes. This is COM/ActiveX-compatible version of the method OptimizeDocument(Stream, Stream). | |
OptimizeDocumentToVariant(Object, OptimizationOptions) | Optimizes PDF document and returns the result PDF document as array of bytes. This is COM/ActiveX-compatible version of the method OptimizeDocument(Stream, Stream, OptimizationOptions). | |
ToString | (Inherited from Object.) |
See Also