←Select platform

Images Property

Summary

Object that manages the raster and SVG image settings of the document.

Syntax

C#
VB
Java
C++
public DocumentImages Images { get; } 
Public ReadOnly Property Images() As DocumentImages 
   Get 
public:  
   property DocumentImages^ Images 
   { 
      DocumentImages^ get() 
   } 
public DocumentImages getImages() 

Property Value

The DocumentImages object that manages the raster and SVG image settings of this Document.

Remarks

Refer to DocumentImages for more information.

Example

For an example, refer to DocumentImages.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Documents Assembly