Flags Property

Summary

Gets or sets the flags that identify which fields of the PdfCompressorCompressionTypes structure are to be used.

Syntax
C#
VB
C++
public EnabledCompressionsFlags Flags { get; set; } 
Public Property Flags As EnabledCompressionsFlags 
public: 
property EnabledCompressionsFlags Flags { 
   EnabledCompressionsFlags get(); 
   void set (    EnabledCompressionsFlags ); 
} 

Property Value

The flags that identify which fields of the PdfCompressorCompressionTypes structure are to be used.

Remarks

Refer to EnabledCompressionsFlags.

Example

Refer to PdfCompressorEngine example.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.PdfCompressor Assembly