←Select platform

Dimension Property

Summary

Gets or sets a value that indicates the size of the grain.

Syntax

C#
VB
C++
[DataMemberAttribute(Name="Dimension", IsRequired=true)] 
public int Dimension { get; set; } 
  
<DataMemberAttribute(Name="Dimension", IsRequired=True)> 
Public Property Dimension As Integer 
[DataMemberAttribute(Name="Dimension", IsRequired=true)] 
public: 
property int Dimension { 
   int get(); 
   void set (    int ); 
} 

Property Value

Value that indicates the size of the grain. This value is ignored if the selected halftone pattern is HalftoneCommandType.View or HalftoneCommandType.Print. If the pattern is not HalftoneCommandType.View or HalftoneCommandType.Print, the Dimension property should be >= 1. If this property is < 1 this command will return ERROR_INV_PARAMETER.

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.Services.ImageProcessing.DataContracts Assembly