←Select platform

IsRenderOptimized Property

Summary

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

Syntax

C#
VB
Java
Objective-C
C++
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Svg Assembly