Class PrintScaleInfo
Provides the infromation for print page scaling process.
Inheritance
System.Object
PrintScaleInfo
Namespace: Syncfusion.Windows.Shared.Printing
Assembly: Syncfusion.Shared.WPF.dll
Syntax
public class PrintScaleInfo : Object
Constructors
PrintScaleInfo()
Declaration
public PrintScaleInfo()
Properties
ImagePath
Gets or sets the Path information to scaling type.
Declaration
public string ImagePath { get; set; }
Property Value
Type |
---|
System.String |
ScaleName
Gets or sets the value to the type of scaling.
Declaration
public string ScaleName { get; set; }
Property Value
Type |
---|
System.String |