←Select platform

Rasterize Property

Summary

A boolean value that specifies whether the request should return raster images only, or raster images and vector files.

Syntax
C#
VB
C++
public bool Rasterize { get; set; } 
Public Property Rasterize() As Boolean 
   Get 
   Set 
public:  
   property bool Rasterize 
   { 
      bool get() 
      void set(bool value) 
   } 

Property Value

true if the request should return raster images only; otherwise, return raster images and vector files.

Remarks

if set to true, the request will return only raster images. Otherwise, vector files can be returned as well.

Requirements
Target Platforms
Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Imaging Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.