Discuss this help topic in SecureBlackbox Forum

TElOfficePackagePart.PieceCount

TElOfficePackagePart     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Specifies the number of pieces in the interleaved package part.

Declaration

[C#]
    int PieceCount;

[VB.NET]
    Property PieceCount As Integer

[Pascal]
    property PieceCount : integer;

[C++]
    int32_t get_PieceCount();

[PHP]
    integer get_PieceCount()

[Java]
    int getPieceCount();

Description

    If the package part is interleaved (IsInterleavedPart equals True), this property specifies the number of pieces in the package part.

See also:     IsInterleavedPart    

Discuss this help topic in SecureBlackbox Forum