Retrieve Content Controls

Hi Support Team,

Aspose document which has content controls, is stored in Database in the form of byte[].

Generating document from byte[] like below.

Stream stream = new MemoryStream(rbyte array here);
var document= new Document(stream);
var contentControl = document.GetChildNodes(NodeType.StructuredDocumentTag, true);

Content Controls are not being retrieved.

Can you suggest me what went wrong ?

@crmohan74,

Thanks for your inquiry. Please ZIP and attach your input Word document here for testing. We will investigate the issue on our side and provide you more information.