←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 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Svg Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.