'Declaration <DescriptionAttribute("PDF417 row count. Default value is -1 (row count calculated automatically).")> <CategoryAttribute("PDF417")> <DefaultValueAttribute()> Public Property PDF417Rows As Integer
'Usage Dim instance As WriterSettings Dim value As Integer instance.PDF417Rows = value value = instance.PDF417Rows
[Description("PDF417 row count. Default value is -1 (row count calculated automatically).")] [Category("PDF417")] [DefaultValue()] public int PDF417Rows {get; set;}
[Description("PDF417 row count. Default value is -1 (row count calculated automatically).")] [Category("PDF417")] [DefaultValue()] public: __property int get_PDF417Rows(); public: __property void set_PDF417Rows( int value );
[Description("PDF417 row count. Default value is -1 (row count calculated automatically).")] [Category("PDF417")] [DefaultValue()] public: property int PDF417Rows { int get(); void set ( int value); }