Accusoft.PdfXpressSdk Namespace > RenderDcOptions Class : Destination Property |
'Declaration Public Property Destination As Rectangle
'Usage Dim instance As RenderDcOptions Dim value As Rectangle instance.Destination = value value = instance.Destination
public Rectangle Destination {get; set;}
If DestinationArea.Width is zero, then Destination.X is ignored and the width of the Windows GDI+ device context surface is used instead.
If DestinationArea.Height is zero, then Desination.Y is ignored and the height of the Windows GDI+ device context surface is used instead.
The default value is the entire device context surface rectangle.