Type Property

Summary

Gets or sets a value that indicates the segment type.

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

Property Value

A value that indicates the segment type.

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