ImageGear for .NET
UpdateLayoutOnly Property




Gets or sets a value indicating whether ImageGear actually renders the image, or just updates the layout of the image object on the canvas.
Syntax
public bool UpdateLayoutOnly {get; set;}
public: __property bool get_UpdateLayoutOnly();
public: __property void set_UpdateLayoutOnly( 
   bool value
);
public:
property bool UpdateLayoutOnly {
   bool get();
   void set (    bool value);
}
'Declaration
 
Public Property UpdateLayoutOnly As Boolean
 
'Usage
 
Dim instance As ImGearWpfDisplayScaleSettings
Dim value As Boolean
 
instance.UpdateLayoutOnly = value
 
value = instance.UpdateLayoutOnly

Property Value

Boolean value.
Remarks
Set to true for fast zooming, scrolling, or display layout updating.
See Also

Reference

ImGearWpfDisplayScaleSettings Class
ImGearWpfDisplayScaleSettings Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback