
| Visual Basic (Declaration) | |
|---|---|
<SerializableAttribute()> Public Class PdfCompressorSegmentsInfo | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As PdfCompressorSegmentsInfo | |
| C# | |
|---|---|
[SerializableAttribute()] public class PdfCompressorSegmentsInfo | |
| C++/CLI | |
|---|---|
[SerializableAttribute()] public ref class PdfCompressorSegmentsInfo | |
Refer to PdfCompressor example.
Information includes such things as dimensions, type and colors. For more information, refer to Creating a Compressed PDF File.
System.Object
Leadtools.Pdf.PdfCompressorSegmentsInfo
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code