ScaleOptionsViewModel Properties
A View Model that provides options for scaling documents.| Name | Description |
|---|---|
| CanApply | Gets whether the specified scale options can be applied to the document. |
| Error | Specifies the error when scale options cannot be applied to the document. |
| IsInDesignMode static | Gets whether design-time mode is active. Inherited from ViewModelBase. |
| PagesToFit | Specifies the number of pages to which a document should be scaled. |
| PagesToFitValues | Specifies numbers of pages available for scaling a document. |
| ScaleFactor | Specifies the document’s scale factor. |
| ScaleFactorValues | Specifies the available scale factors. |
| ScaleMode | Gets or sets the mode for scaling the document. |
See Also