Sage.PL.WebAPI.Interface.Common.ViewModels Namespace > PDFDimensionSetting Class > PDFDimensionSetting Properties > PrintLabel Property 

Drukuj

.NET Framework Class Library

PDFDimensionSetting.PrintLabel Property

Czy drukować etykietę wymiaru na dokumencie. Wartość etykiety brana jest z nazwy wymiaru.

Namespace: Sage.PL.WebAPI.Interface.Common.ViewModels

Assembly:  Sage.PL.WebAPI.Interface.Common (in Sage.PL.WebAPI.Interface.Common.dll) Version: 24.2.1.0 (24.2.1.0)

Syntax

Visual Basic

Public Property PrintLabel As Boolean
 Get
 Set

C#

public bool PrintLabel { getset; }

Visual C++

public:
property bool PrintLabel {
 bool get ();
 void set (bool value);
}

JavaScript

function get_printLabel();
function set_printLabel(value);

See Also

PDFDimensionSetting Class

PDFDimensionSetting Members

Sage.PL.WebAPI.Interface.Common.ViewModels Namespace