public class DocumentScaler<T>
where T : IDocumentObject
Public Class DocumentScaler(Of T As IDocumentObject)generic<typename T>
where T : IDocumentObject
public ref class DocumentScalertype DocumentScaler<'T when 'T : IDocumentObject> = class end| DocumentScalerT | Constructor of the DocumentScalerT class with a given document instance and initial geometry options. |
| BottomExtraMargin | Extra margin on bottom of the Document. |
| HasSelection | |
| InitialOffset | Initial oofset of the document rendering. Can be used to control a gap between first page and canvas top-left corner. |
| ScaleFactor | Scale factor of the document. |
| ScaleFactorFull | Final scale factor consists of InitialOffset and calculated value. |
| ScaleMode | Mode of the document scaling. |
| TouchControlsVisible | Determines whether touch controls is visible or not. |
| DoMove | |
| DoZoom | Zooms a document according to the requested parameters. |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
| GetHashCode | Serves as the default hash function. (Inherited from Object) |
| GetLogicBounds | |
| GetLogicPoint | |
| GetLogicSize | |
| GetScreenPoint | |
| GetScreenSize | |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| GetVisibleDocumentBounds | |
| HandleEndMove | |
| HandleMove | |
| HandleStartMove | |
| IsFocused | |
| IsSelectionEnd | |
| IsSelectionStart | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
| Paint | Renders a document according to its zoom and position. |
| ResetPosition | Resets zoom and position values of the document. |
| SetDocumentStatus | |
| ToString | Returns a string that represents the current object. (Inherited from Object) |