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.
Example
For an example, refer to Render.