←Select platform

AllowMediaSplitting Property

Summary

Gets or sets the value specifying whether or not to allow media splitting.

Syntax

C#
VB
C++
public Nullable<YesNo> AllowMediaSplitting { get; set; } 
  
Public Property AllowMediaSplitting As Nullable(Of YesNo) 
public: 
property Nullable<YesNo> AllowMediaSplitting { 
   Nullable<YesNo> get(); 
   void set (    Nullable<YesNo> ); 
} 

Property Value

Yes to allow media splitting, no otherwise.

Remarks

The SCP may not have the capability to split media. If the file-set size exceeds the media storage capacity, and AllowMediaSplitting has been set to know the SCP may refuse to process the request.

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.Dicom.Scu Assembly