Sage.PL.WebAPI.Interface.Common.ViewModels Namespace > PDFSettings Class > PDFSettings Properties > NotSettledDocuments Property 

Drukuj

.NET Framework Class Library

PDFSettings.NotSettledDocuments Property

Czy drukować nierozliczone dokumenty podmiotu.

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 NotSettledDocuments As enumPrintParameterNotSettledDocuments
 Get
 Set

C#

public enumPrintParameterNotSettledDocuments NotSettledDocuments { getset; }

Visual C++

public:
property enumPrintParameterNotSettledDocuments NotSettledDocuments {
 enumPrintParameterNotSettledDocuments get ();
 void set (enumPrintParameterNotSettledDocuments value);
}

JavaScript

function get_notSettledDocuments();
function set_notSettledDocuments(value);

Remarks

Domyślna wartość to DoNotPrint. Parametr wykorzystywany tylko dla dokumentów sprzedaży.

See Also

PDFSettings Class

PDFSettings Members

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