ReduceSizeOperation ReduceSizeOperation Function. ReduceSizeOperation Constructor. ABCpdf .NET PDF Library.

ABCpdf .net

 
   

ReduceSizeOperation Constructor.

 

   
Syntax  

[C#]
ReduceSizeOperation(Doc doc)

[Visual Basic]
Sub New(doc As Doc)

Throws Exceptions may throw Exception()

 

   

Params
 
Name Description
doc The PDF Document

 

   

Notes
 

Create a ReduceSizeOperation to compact and compress a PDF document. If the doc is null then an exception will be raised.

 

   

Example
 

See the Compact function.