←Select platform

PageRasterizer Property

Summary

IPageRasterizer-based object associated with this item.

Syntax
C#
VB
C++
public IPageRasterizer PageRasterizer {get; set;} 
Public Property PageRasterizer() As IPageRasterizer 
   Get 
   Set 
public:  
   property IPageRasterizer^ PageRasterizer 
   { 
      IPageRasterizer^ get() 
      void set(IPageRasterizer^ value) 
   } 

Property Value

The IPageRasterizer based object associated with this item. The default value is null.

Remarks

The item can have a value in Image, SvgDocument, or PageRasterizer, but only one of three. Setting one value automatically deletes the others.

When setting PageRasterizer to a new value, the previous PageRasterizer is automatically disposed if the value of AutoDisposeImages is set to true. Note that setting the same PageRasterizer object into multiple items in the same viewer is supported, and the viewer only disposes the document if it is the last reference found in all the items. When setting the same PageRasterizer into items from separate viewers, the ownership and disposing of the SvgDocument objects must be handled by the user.

Changing the value of this property fires the ItemChanged event with ImageViewerItemChangedReason.

The PageRasterizer property of ImageViewer updates this member if this is the active item when the viewer is used in single item mode.

For more information, refer to ImageViewer Items.

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

Leadtools.Controls Assembly

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