Sage.PL.WebAPI.Interface.Common.ViewModels Namespace > PDF Class > PDF Properties > ContentFile_Base64 Property 

Drukuj

.NET Framework Class Library

PDF.ContentFile_Base64 Property

Wydruk PDF w Base64.

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 ContentFile_Base64 As String
 Get
 Set

C#

public string ContentFile_Base64 { getset; }

Visual C++

public:
property StringContentFile_Base64 {
 Stringget ();
 void set (Stringvalue);
}

JavaScript

function get_contentFile_Base64();
function set_contentFile_Base64(value);

See Also

PDF Class

PDF Members

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