←Select platform

IsRenderOptimized Property

Summary

Gets a value that indicates whether this document has optimized rendering data.

Syntax
C#
VB
Objective-C
C++
Java
public bool IsRenderOptimized { get; } 
Public ReadOnly Property IsRenderOptimized As Boolean 
@property (nonatomic, assign, readonly) BOOL isRenderOptimized 
public boolean isRenderOptimized() 
public: 
property bool IsRenderOptimized { 
   bool get(); 
} 

Property Value

true if this document has optimized rendering data; otherwise, false.

Remarks

For more information, refer to SVG Rendering.

Example

For an example, refer to Render.

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.Svg Assembly