Windward Studios API Reference
Pages Property
See Also  Send comments on this topic.
net.windward.api.csharp Namespace > ReportImage Class : Pages Property




Glossary Item Box

Get the generated images, each page is a distinct bitmap or XML (SVG). These are bit images of the file.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property Pages As List(Of Byte())
Visual Basic (Usage)Copy Code
Dim instance As ReportImage
Dim value As List(Of Byte())
 
value = instance.Pages
C# 
public List<byte[]> Pages {get;}
Managed Extensions for C++ 
public: __property List<byte[]>* get_Pages();
C++/CLI 
public:
property List<array<byte>>^ Pages {
   List<array<byte>>^ get();
}

Requirements

Platforms: Windows 10, Windows NT, Windows Server

See Also

Windward Studios - .NET Document Generation software