'Declaration Public Overloads Sub Compress( _
ByVal documentДокумент PDF.As Vintasoft.Imaging.Pdf.PdfDocument, _
ByVal outFilenameИмя выходного файла PDF документа.As System.String, _
ByVal processingStateСостояние обработки.As Vintasoft.Imaging.Processing.ProcessingState _
)
public void Compress(
Vintasoft.Imaging.Pdf.PdfDocument document,
System.String outFilename,
Vintasoft.Imaging.Processing.ProcessingState processingState
)
public: void Compress(
Vintasoft.Imaging.Pdf.PdfDocument* document,
System.String outFilename,
Vintasoft.Imaging.Processing.ProcessingState* processingState
)
public:
void Compress(
Vintasoft.Imaging.Pdf.PdfDocument^ document,
System.String outFilename,
Vintasoft.Imaging.Processing.ProcessingState^ processingState
)
Parameters
- document
- Документ PDF.
- outFilename
- Имя выходного файла PDF документа.
- processingState
- Состояние обработки.
Return Value
Результат процесса сжатия.