Gets or sets the starting or ending scale at which the changes are drawn.
If Motion property specifies an inward transition, the scale of the changes drawn progresses
from Scale to 1.0 over the course of the transition. If Motion specifies an outward
transition, the scale of the changes drawn progresses from 1.0 to Scale over the course
of the transition.
Namespace: Spire.PdfAssembly: Spire.Pdf (in Spire.Pdf.dll) Version: 6.2.6.0 (6.2.6.2020)
Syntax
C# | Visual Basic | Visual C++ | F# |
public float Scale { get; set; }
Public Property Scale As Single Get Set
public: property float Scale { float get (); void set (float value); }
member Scale : float32 with get, set
Property Value
SingleThe scale.
Remarks
This property has effect for Fly transition style only.