Gets or sets a value that indicates the size of the grain.
[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 );
}
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.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET