PdfDrawableObjectSetScaling Method
Sets the horizontal and vertical scaling of the coordinates system before drawing this object in PDF
Namespace: HiQPdfClientAssembly: HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 16.0.0
public void SetScaling(
float scaleX,
float scaleY
)
Public Sub SetScaling (
scaleX As Single,
scaleY As Single
)
public:
void SetScaling(
float scaleX,
float scaleY
)
member SetScaling :
scaleX : float32 *
scaleY : float32 -> unit
Parameters
- scaleX Single
- The horizontal scaling
- scaleY Single
- THe vertical scaling