LoadUseDpi Property (original) (raw)
Summary
Gets or sets a value that indicate whether to use the target resolution during load.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public bool LoadUseDpi { get; set; }
@property (nonatomic, assign) BOOL loadUseDpi;
public Boolean getLoadUseDpi()
public void setLoadUseDpi(Boolean value)
public:
property bool LoadUseDpi
{
bool get()
void set(bool value)
}
Property Value
true to use the target resolution during load, otherwise; false. Default value is false.
Leadtools.Annotations.Engine Assembly