DocumentViewerSquareResolutionRequired Property |
Gets or sets a value indicating whether the images must have equal X and Y resolution values.
Namespace:
Atalasoft.Imaging.WinControls
Assembly:
Atalasoft.dotImage.WinControls (in Atalasoft.dotImage.WinControls.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax protected bool SquareResolutionRequired { get; set; }
Protected Property SquareResolutionRequired As Boolean
Get
Set
Property Value
Type:
Boolean A value indicating whether the images must have equal resolution values.
Remarks If
true, the
DocumentViewer will automatically resample the image to
make its resolution values equal.
See Also