Visual Basic (Declaration) | |
---|---|
Public Property UseImageResolution As Boolean |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As CodecsPdfSaveOptions Dim value As Boolean instance.UseImageResolution = value value = instance.UseImageResolution |
C# | |
---|---|
public bool UseImageResolution {get; set;} |
Property Value
true to use the image resolution (DPI) in calculating page dimensions when saving a PDF file; otherwise, false.For an example, refer to CodecsPdfOptions.
Refer to CodecsRasterPdfInfo for information on how to use RasterCodecs.GetRasterPdfInfo to obtain the resolution of a PDF file saved with RasterCodecs.
Target Platforms: Silverlight, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)