←Select platform

PartitionBoxSize Property

Summary

Gets or sets the maximum size of a meta-data box before it is being replaced by a placeholder box.

Syntax

C#
VB
C++
public int PartitionBoxSize { get; set; } 
  
Public Property PartitionBoxSize As Integer 
public: 
property int PartitionBoxSize { 
   int get(); 
   void set (    int ); 
} 

Property Value

The maximum bytes length of a meta-data box before it is partitioned.

Example

For an example, refer to JpipServer.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Jpip.Server Assembly